VideoQualityConstraints

class VideoQualityConstraints

A class that provides configuration information for video quality when it is updated.

Since

1.0.0

Constructors

Link copied to clipboard
fun VideoQualityConstraints()

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
var degradationPreference: RtpParameters.DegradationPreference? = null
Link copied to clipboard
var fps: Int? = null

Specify the frames per second (FPS) threshold for the video stream.

Link copied to clipboard
var resolution: Resolution? = null

Define the video resolution that the WebRTC stream can maintain.